home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Itch / work_info / xmasCard.dcr / 00097_utilities.ls < prev    next >
Encoding:
Text File  |  1999-03-07  |  246 b   |  11 lines

  1. on readPos nam
  2.   a = []
  3.   repeat with x = 1 to 120
  4.     if the type of sprite x = 16 then
  5.       if (the member of sprite x).name = nam then
  6.         add(a, point(the locH of sprite x, the locV of sprite x))
  7.       end if
  8.     end if
  9.   end repeat
  10. end
  11.